Skip to content

Commit

Permalink
add syscalls
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
  • Loading branch information
Daniel Grunberger committed Nov 6, 2023
1 parent ca51b46 commit 1f58902
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/softwarecomposition/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ type ApplicationProfileContainer struct {
Capabilities []string
Execs []ExecCalls
Opens []OpenCalls
Syscalls []string
}

type ExecCalls struct {
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/softwarecomposition/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ type ApplicationProfileContainer struct {
Capabilities []string `json:"capabilities,omitempty"`
Execs []ExecCalls `json:"execs,omitempty"`
Opens []OpenCalls `json:"opens,omitempty"`
Syscalls []string `json:"syscalls,omitempty"`
}

type ExecCalls struct {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pkg/apis/softwarecomposition/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pkg/apis/softwarecomposition/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions pkg/generated/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f58902

Please sign in to comment.