Skip to content

Commit

Permalink
Merge branch 'main' into gmp-doc-get-credentials-details
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored Jul 11, 2024
2 parents e6fd780 + 4bafd54 commit 7ae3df0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' && (github.ref_type == 'tag' || github.ref_name == 'main') }}
Expand Down
22 changes: 9 additions & 13 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10760,11 +10760,13 @@ END:VCALENDAR
<o><e>certificate_info</e></o>
<o><e>scanners</e></o>
<o><e>targets</e></o>
<or>
<e>public_key</e>
<e>package</e>
<e>certificate</e>
</or>
<o>
<or>
<e>public_key</e>
<e>package</e>
<e>certificate</e>
</or>
</o>
</pattern>
<ele>
<name>owner</name>
Expand Down Expand Up @@ -11347,7 +11349,7 @@ END:VCALENDAR
<pattern>
<attrib>
<name>type</name>
<summary>Type of single feed to get: NVT, CERT or SCAP</summary>
<summary>Type of single feed to get: NVT, CERT, SCAP or GVMD_DATA</summary>
<type>text</type>
</attrib>
</pattern>
Expand Down Expand Up @@ -11377,7 +11379,7 @@ END:VCALENDAR
</pattern>
<ele>
<name>type</name>
<summary>The type of feed: NVT, CERT or SCAP</summary>
<summary>The type of feed: NVT, CERT, SCAP or GVMD_DATA</summary>
<pattern>text</pattern>
</ele>
<ele>
Expand Down Expand Up @@ -11411,18 +11413,12 @@ END:VCALENDAR
<summary>Present if a sync of this type is underway</summary>
<pattern>
<e>timestamp</e>
<e>user</e>
</pattern>
<ele>
<name>timestamp</name>
<summary>Time sync started</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>user</name>
<summary>Name of user who is performing sync</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
</response>
Expand Down

0 comments on commit 7ae3df0

Please sign in to comment.