Skip to content

Commit

Permalink
docs: Update documentation resources
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent 9d54346 commit fdac2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The standard workflow provided by this GitHub Action allows for running a Static
# FOD_RELEASE: MyApp:MyRelease
# DO_SETUP: true
# SETUP_ACTION: https://scm.my.org/shared-repos/fcli-actions/setup.yaml
# SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}
# SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
# SC_CLIENT_VERSION: 24.2
# PACKAGE_EXTRA_OPTS: -oss -bt mvn
# FOD_SAST_SCAN_EXTRA_OPTS:
Expand Down
2 changes: 1 addition & 1 deletion fod-sast-scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The sample workflow below demonstrates how to configure the action for running a
# FOD_RELEASE: MyApp:MyRelease
# DO_SETUP: true
# SETUP_ACTION: https://scm.my.org/shared-repos/fcli-actions/setup.yaml
# SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}
# SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
# SC_CLIENT_VERSION: 24.2
# PACKAGE_EXTRA_OPTS: -oss -bt mvn
# FOD_SAST_SCAN_EXTRA_OPTS:
Expand Down

0 comments on commit fdac2d2

Please sign in to comment.